home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1308.dms / var1308.adf / NOS_HELP.LHA / PPP-commands < prev    next >
Text File  |  1993-01-18  |  7KB  |  172 lines

  1. Last-modified: 1993/01/18
  2. Version: 1.0
  3.  
  4. Filename: PPP-commands
  5. Modified-by: Richard Akerman (akerman@qucis.queensu.ca)
  6.  
  7. ppp ...
  8.  
  9. These commands are used to  configure  Point  to  Point  Protocol
  10. interfaces.
  11.  
  12. This implementation of PPP is designed to be as complete as  pos-
  13. sible.   Because  of  this,  the  number of options can be rather
  14. daunting.  However, a typical PPP configuration might include the
  15. following  commands:
  16.  
  17. attach  asy  0x3f8 4 ppp pp0 4096 1500 9600
  18. dial pp0 30 <hostid> 3 dialer.pp0
  19. # ppp pp0 lcp local accm 0
  20. ppp pp0 lcp local compress address on
  21. ppp pp0 lcp local compress protocol on
  22. ppp pp0 lcp local magic on
  23. ppp pp0 lcp open active
  24. # ppp pp0 ipcp local compress tcp 16 1
  25. ppp pp0 ipcp open active
  26. # route add default pp0
  27.  
  28. ppp <iface>
  29. Display the status of the PPP interface.
  30.  
  31. ppp <iface> lcp ...
  32. These commands are used for the LCP [Link Control Protocol]  con-
  33. figuration.
  34.  
  35. ppp <iface> lcp close
  36. Shutdown the PPP interface.
  37.  
  38. ppp <iface> lcp local ...
  39. These commands control the configuration of the local side of the
  40. link.   If an option is specified, the parameters will be used as
  41. the initial values in configuration requests.  If not  specified,
  42. that option will not be requested.
  43.  
  44. For each of these options, the allow parameter  will  permit  the
  45. remote  to  include  that  option  in its response, even when the
  46. option is not included in the request.  By default,  all  options
  47. are allowed.
  48.  
  49. ppp <iface> lcp local accm [ <bitmap> | allow [on | off] ]
  50. Display or set the Async Control Character Map.  The  default  is
  51. 0xffffffff.
  52.  
  53. ppp  <iface>  lcp local authenticate [ pap | none | allow [on | off] ]
  54. Display or set the authentication protocol.  The default is none.
  55.  
  56. ppp <iface> lcp local compress address/control [ on | off | allow [on | off] ]
  57. Display or set the option to compress  the  address  and  control
  58. fields  of the PPP HLDC-like header.  This is generally desirable
  59. for slow asynchronous links, and undesirable for fast or synchro-
  60. nous  links.  The default is off.
  61.  
  62. ppp <iface> lcp local compress protocol [ on | off | allow [on | off] ]
  63. Display or set the option to compress the protocol field  of  the
  64. PPP HLDC-like header.  This is generally desirable for slow asyn-
  65. chronous links, and undesirable for fast  or  synchronous  links.
  66. The  default  is  off.
  67.  
  68. ppp <iface> lcp local magic [ on | off | <value> | allow [on | off] ]
  69. Display or set the initial Magic  Number.   The  default  is  off
  70. (zero).
  71.  
  72. ppp <iface> lcp local mru [ <size> | allow [on | off] ]
  73. Display or set the Maximum Receive Unit.  The  default  is  1500.
  74.  
  75. ppp <iface> lcp local default
  76. Reset the options to their default values.
  77.  
  78. ppp <iface> lcp  open active | passive
  79. Wait for the physical layer to come up.  If active, initiate con-
  80. figuration negotiation.  If passive, wait for configuration nego-
  81. tiation from the remote.
  82.  
  83. ppp <iface> lcp remote ...
  84. These commands control the configuration of the  remote  side  of
  85. the  link.  The options are identical to those of the local side.
  86. If an option  is  specified,  the  parameters  will  be  used  in
  87. responses  to the remote's configuration requests.  If not speci-
  88. fied, that option will be accepted if it is allowed.
  89. For each of these options, the allow parameter  will  permit  the
  90. remote  to  specify  that option in its request.  By default, all
  91. options are allowed.
  92.  
  93. ppp <iface> lcp timeout [<seconds>]
  94. Display or set the interval to wait between configuration or ter-
  95. mination  attempts.   The  default is 3 seconds.
  96.  
  97. ppp <iface> lcp try ...
  98. These commands are used for the various  counters.
  99.  
  100. ppp  <iface> lcp try configure [<count>]
  101. Display or set the number of configuration  requests  sent.   The
  102. default is 10.
  103.  
  104. ppp <iface> lcp try failure [<count>]
  105. Display or set the number of bad configuration  requests  allowed
  106. from  the  remote.   The  default is 5.
  107.  
  108. ppp <iface> lcp try terminate [<count>]
  109. Display or set the number of  termination  requests  sent  before
  110. shutdown.  The default is 2.
  111.  
  112. ppp <iface> ipcp ...
  113. These commands are used for the IPCP [Internet  Protocol  Control
  114. Protocol] configuration.
  115. The close, open, timeout and try sub-commands  are  identical  to
  116. the LCP (described above).
  117.  
  118. ppp <iface> ipcp local ...
  119. These commands control the configuration of the local side of the
  120. link.   If an option is specified, the parameters will be used as
  121. the initial values in configuration requests.  If not  specified,
  122. that option will not be requested.
  123. For each of these options, the allow parameter  will  permit  the
  124. remote  to  include  that  option  in its response, even when the
  125. option is not included in the request.  By default,  all  options
  126. are  allowed.
  127.  
  128. ppp <iface> ipcp local address [ <hostid> | allow [on | off] ]
  129. Display or set the local address for negotiation purposes.  If an
  130. address of 0 is specified, the other side of the link will supply
  131. the address.  By  default,  no  addresses  are  negotiated.
  132.  
  133. ppp <iface> ipcp local compress [ tcp <slots> [<flag>] | none |
  134.                                                          allow [on | off] ]
  135. Display or set the compression protocol.  The default is none.
  136. The tcp <slots> specifies the  number  of  "conversation"  slots,
  137. which must be 1 to 255.  (This may be limited at compilation time
  138. to a smaller number.) A good choice is in the range 4 to 16.
  139. The tcp <flag> is 0 (don't compress the slot number) or 1 (OK  to
  140. compress  the  slot  number).   KA9Q  can  handle compressed slot
  141. numbers, so the default is 1.
  142.  
  143. ppp <iface> ipcp remote ...
  144. These commands control the configuration of the  remote  side  of
  145. the  link.  The options are identical to those of the local side.
  146. If an option  is  specified,  the  parameters  will  be  used  in
  147. responses  to the remote's configuration requests.  If not speci-
  148. fied, that option will be accepted if it is allowed.
  149. For each of these options, the allow parameter  will  permit  the
  150. remote  to  specify  that option in its request.  By default, all
  151. options are allowed.
  152.  
  153. ppp <iface> pap ...
  154. These commands are used for the PAP [Password Authentication Pro-
  155. tocol] configuration.
  156. The timeout  and  try  sub-commands  are  identical  to  the  LCP
  157. (described  above).   However,  the  terminate counter is unused.
  158.  
  159. ppp <iface> pap user [ <username> [<password>] ]
  160. Display or set the username (the password may  be  set,  but  not
  161. displayed).   When  the username is specified, but no password is
  162. supplied, the ftpusers file is searched for the password.  When a
  163. username/password  is  unknown or rejected, a session will appear
  164. at the console  to  prompt  for  a  new  username/password.
  165.  
  166. ppp <iface> trace [<flags>]
  167. Display or set the flags that control the logging of  information
  168. during PPP link configuration.
  169. The flag value is 0 for none, 1 for basic,  and  2  for  general.
  170. Values greater than 2 are usually not compiled, and are described
  171. in the appropriate source files where they are defined.
  172.